From: emellor@ewan Date: Sat, 17 Sep 2005 21:34:34 +0000 (+0100) Subject: Remove assignment to unused field memory_target. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16780^2~47^2~9 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ab2a633ba1a22530e1724c8091eba020931a7fc6;p=xen.git Remove assignment to unused field memory_target. Signed-off-by: Ewan Mellor --- diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index 330736700b..30f88790cd 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -368,7 +368,6 @@ class XendDomainInfo: self.storeDom("console/ring-ref", ref) def setMemoryTarget(self, target): - self.memory_target = target self.storeDom("memory/target", target) def update(self, info=None):